Skip to content

chore: release workflow + distribution/adoption doc#2

Merged
Svaag merged 1 commit into
mainfrom
chore/release-and-distribution
Jun 29, 2026
Merged

chore: release workflow + distribution/adoption doc#2
Svaag merged 1 commit into
mainfrom
chore/release-and-distribution

Conversation

@Svaag

@Svaag Svaag commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Adds the publishing mechanism for agent-core and documents how loops can adopt it as a
real (always-on) dependency.

  • .github/workflows/release.yml — on v* tags, builds sdist+wheel (uv build) and
    publishes a GitHub Release with the artifacts.
  • docs/distribution.md — adoption options (uv git source pin / Release wheel / hosted
    private index / make public) with a recommendation and the CI-auth tradeoff.

After merge, tagging v0.1.0 produces the first released artifact. Loops stay on optional
emission until a distribution choice is made (per-loop, reversible).

🤖 Generated with Claude Code

release.yml builds sdist+wheel and publishes a GitHub Release on v* tags. docs/distribution.md lays out how loops adopt agent-core as a real (always-on) dependency: uv git source pin (recommended), Release wheel, hosted index, or making the repo public; with the per-loop reversible path and the CI-auth tradeoff.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Svaag Svaag merged commit 591e3a0 into main Jun 29, 2026
1 check passed
@Svaag Svaag deleted the chore/release-and-distribution branch June 29, 2026 02:01

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 87ad4f4ab4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/distribution.md
### B. GitHub Release wheel + `--find-links`
Install the published wheel directly:
```
uv pip install --find-links https://github.com/AS215932/agent-core/releases/download/v0.1.0 agent-core

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point the install command at a discoverable wheel

For option B, this is the GitHub release download prefix rather than an HTML page with archive links or a direct wheel URL. I checked pip install --help, which says --find-links parses a URL/HTML for links to archives or scans a local directory, so uv pip install will not discover agent_core-0.1.0-py3-none-any.whl at this path when a loop follows the documented Release-wheel install path; it will fail or fall back to an index package. Use the concrete asset URL or a release page that actually links to the wheel.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant